PHP 7 - Fatal error: Call to undefined method PDF::FPDF()

114

//change from
$this->FPDF($orientation,$unit,$format)
//to
$this->__construct($orientation,$unit,$format);

Comments

Submit
0 Comments